
.index_focus {
    position: relative;
    width: 100%; 
    height: 546px;
    margin: 0 auto;
    text-align:center; overflow:hidden; 

}
.index_focus .bd ul {  
    width:100%; height:546px !important; display:block;
}
.index_focus .bd li {  
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
.index_focus .bd li a{  
    width:100%; height:100%; display:block;
}
.index_focus .pic {
    height: 546px;
    display: block;
}
.index_focus .pic:hover {
    text-decoration: none;
}
.search{
	width:100%; height:48px; background:url(../images/search.png) no-repeat center;
    position: absolute;
    left: 0px; 
    bottom:25px;
}
.search a{
	width:100%; height:48px; display:block;
}

.index_focus .toptel {
	width:100%; height:42px;
    position: absolute; background:url(../images/toptel.png) repeat-x;
    left: 0px;
    bottom:0px; z-index:10;
}
.toptel1{ width:50%; height:42px; line-height:42px; float:left; text-align:left; }
.toptel1 a{ margin-right:30px; }
.toptel2{ width:50%; height:42px; line-height:42px; float:right; text-align:right; font-family:"微软雅黑"; font-size:16px; color:#fff; letter-spacing:2px;  }


.index_focus .slide_nav {
    position: absolute;
    left: 43%;
    bottom:15px; z-index:20;
}
.index_focus .slide_nav a {
	cursor:pointer;
	float:left;
    font-size:28px;
    font-family: arial;
    color: #fff;
	padding:5px 10px;
}
.index_focus .slide_nav li:hover,.index_focus .slide_nav .on{text-decoration: none;color: #ba292e;filter: alpha(opacity=80);opacity: 0.8;}
.index_focus_pre,.index_focus_next {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    width: 72px;
    height: 72px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 10;
    background: url(../images/ico_sliding.png) no-repeat;
}
.index_focus_pre {
    left: 30px;
    background-position: 0 0;
}
.index_focus_pre:hover {
    background-position: 0 -144px;
}
.index_focus_next {
    right: 30px;
    background-position: 0 -72px;
}
.index_focus_next:hover {
    background-position: 0 -216px;
}
.index_focus_info {
    position: absolute;
    left: 10%;
    bottom: 12%;
    width: 800px;
    height: 200px;
    padding-bottom: 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-family: "\5fae\8f6f\96c5\9ed1";
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    background: url("../images/index_focus_bg.png") no-repeat;
    _background: none;
}
.index_focus_info h3 {
    font-size: 36px;
    line-height: 70px;
    font-family: \5fae\8f6f\96c5\9ed1, \u9ed1\u4f53, "Lucida Grande";
	display:none;
}
.index_focus_info .text {
    width: 500px;
    line-height: 24px;
    font-size: 14px;
    word-wrap: break-word;
    overflow: hidden;
	display:none;
}